3.12.49 \(\int \frac {1}{(a+b x)^{3/2} (a c-b c x)^{3/2}} \, dx\) [1149]

Optimal. Leaf size=30 \[ \frac {x}{a^2 c \sqrt {a+b x} \sqrt {a c-b c x}} \]

[Out]

x/a^2/c/(b*x+a)^(1/2)/(-b*c*x+a*c)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 30, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.043, Rules used = {39} \begin {gather*} \frac {x}{a^2 c \sqrt {a+b x} \sqrt {a c-b c x}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((a + b*x)^(3/2)*(a*c - b*c*x)^(3/2)),x]

[Out]

x/(a^2*c*Sqrt[a + b*x]*Sqrt[a*c - b*c*x])

Rule 39

Int[1/(((a_) + (b_.)*(x_))^(3/2)*((c_) + (d_.)*(x_))^(3/2)), x_Symbol] :> Simp[x/(a*c*Sqrt[a + b*x]*Sqrt[c + d
*x]), x] /; FreeQ[{a, b, c, d}, x] && EqQ[b*c + a*d, 0]

Rubi steps

\begin {align*} \int \frac {1}{(a+b x)^{3/2} (a c-b c x)^{3/2}} \, dx &=\frac {x}{a^2 c \sqrt {a+b x} \sqrt {a c-b c x}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.06, size = 29, normalized size = 0.97 \begin {gather*} \frac {x}{a^2 c \sqrt {c (a-b x)} \sqrt {a+b x}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/((a + b*x)^(3/2)*(a*c - b*c*x)^(3/2)),x]

[Out]

x/(a^2*c*Sqrt[c*(a - b*x)]*Sqrt[a + b*x])

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(58\) vs. \(2(26)=52\).
time = 0.15, size = 59, normalized size = 1.97

method result size
gosper \(\frac {\left (-b x +a \right ) x}{\sqrt {b x +a}\, a^{2} \left (-b c x +a c \right )^{\frac {3}{2}}}\) \(30\)
default \(-\frac {1}{a b c \sqrt {b x +a}\, \sqrt {-b c x +a c}}+\frac {\sqrt {b x +a}}{b c \,a^{2} \sqrt {-b c x +a c}}\) \(59\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x+a)^(3/2)/(-b*c*x+a*c)^(3/2),x,method=_RETURNVERBOSE)

[Out]

-1/a/b/c/(b*x+a)^(1/2)/(-b*c*x+a*c)^(1/2)+1/b/c/a^2/(-b*c*x+a*c)^(1/2)*(b*x+a)^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 25, normalized size = 0.83 \begin {gather*} \frac {x}{\sqrt {-b^{2} c x^{2} + a^{2} c} a^{2} c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)^(3/2)/(-b*c*x+a*c)^(3/2),x, algorithm="maxima")

[Out]

x/(sqrt(-b^2*c*x^2 + a^2*c)*a^2*c)

________________________________________________________________________________________

Fricas [A]
time = 0.89, size = 45, normalized size = 1.50 \begin {gather*} -\frac {\sqrt {-b c x + a c} \sqrt {b x + a} x}{a^{2} b^{2} c^{2} x^{2} - a^{4} c^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)^(3/2)/(-b*c*x+a*c)^(3/2),x, algorithm="fricas")

[Out]

-sqrt(-b*c*x + a*c)*sqrt(b*x + a)*x/(a^2*b^2*c^2*x^2 - a^4*c^2)

________________________________________________________________________________________

Sympy [C] Result contains complex when optimal does not.
time = 2.35, size = 94, normalized size = 3.13 \begin {gather*} - \frac {i {G_{6, 6}^{5, 3}\left (\begin {matrix} \frac {3}{4}, \frac {5}{4}, 1 & \frac {1}{2}, \frac {3}{2}, 2 \\\frac {3}{4}, 1, \frac {5}{4}, \frac {3}{2}, 2 & 0 \end {matrix} \middle | {\frac {a^{2}}{b^{2} x^{2}}} \right )}}{2 \pi ^{\frac {3}{2}} a^{2} b c^{\frac {3}{2}}} + \frac {{G_{6, 6}^{2, 6}\left (\begin {matrix} - \frac {1}{2}, 0, \frac {1}{4}, \frac {1}{2}, \frac {3}{4}, 1 & \\\frac {1}{4}, \frac {3}{4} & - \frac {1}{2}, 0, 1, 0 \end {matrix} \middle | {\frac {a^{2} e^{- 2 i \pi }}{b^{2} x^{2}}} \right )}}{2 \pi ^{\frac {3}{2}} a^{2} b c^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)**(3/2)/(-b*c*x+a*c)**(3/2),x)

[Out]

-I*meijerg(((3/4, 5/4, 1), (1/2, 3/2, 2)), ((3/4, 1, 5/4, 3/2, 2), (0,)), a**2/(b**2*x**2))/(2*pi**(3/2)*a**2*
b*c**(3/2)) + meijerg(((-1/2, 0, 1/4, 1/2, 3/4, 1), ()), ((1/4, 3/4), (-1/2, 0, 1, 0)), a**2*exp_polar(-2*I*pi
)/(b**2*x**2))/(2*pi**(3/2)*a**2*b*c**(3/2))

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 103 vs. \(2 (26) = 52\).
time = 1.75, size = 103, normalized size = 3.43 \begin {gather*} \frac {\frac {4 \, \sqrt {-c}}{{\left ({\left (\sqrt {b x + a} \sqrt {-c} - \sqrt {-{\left (b x + a\right )} c + 2 \, a c}\right )}^{2} - 2 \, a c\right )} a c} - \frac {\sqrt {-{\left (b x + a\right )} c + 2 \, a c} \sqrt {b x + a}}{{\left ({\left (b x + a\right )} c - 2 \, a c\right )} a^{2} c}}{2 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)^(3/2)/(-b*c*x+a*c)^(3/2),x, algorithm="giac")

[Out]

1/2*(4*sqrt(-c)/(((sqrt(b*x + a)*sqrt(-c) - sqrt(-(b*x + a)*c + 2*a*c))^2 - 2*a*c)*a*c) - sqrt(-(b*x + a)*c +
2*a*c)*sqrt(b*x + a)/(((b*x + a)*c - 2*a*c)*a^2*c))/b

________________________________________________________________________________________

Mupad [B]
time = 0.50, size = 26, normalized size = 0.87 \begin {gather*} \frac {x}{a^2\,c\,\sqrt {a\,c-b\,c\,x}\,\sqrt {a+b\,x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((a*c - b*c*x)^(3/2)*(a + b*x)^(3/2)),x)

[Out]

x/(a^2*c*(a*c - b*c*x)^(1/2)*(a + b*x)^(1/2))

________________________________________________________________________________________